Namespacing everything to /UVa.
[andmenj-acm.git] / UVa / 11448 - Who said crisis / bigint-2007.07.07 / BigIntegerLibrary.hh
blob2f01a3b5c29d340ad874cf751b8d93a6a9186ee8
1 /*
2 * Matt McCutchen's Big Integer Library
3 */
5 // This header file includes all the other header files.
7 #include "NumberlikeArray.hh"
8 #include "BigUnsigned.hh"
9 #include "BigInteger.hh"
10 #include "BigUnsignedInABase.hh"
11 #include "BigIntegerUtils.hh"